home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / montracd.dxr / 00107.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  540 b   |  34 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(34) or rollOver(35) then
  5.       cursor([901, 902])
  6.     else
  7.       HotSpots(5, 16)
  8.     end if
  9.     if rollOver(14) then
  10.       onVis(24)
  11.     else
  12.       InVis(24)
  13.     end if
  14.     if rollOver(15) then
  15.       onVis(25)
  16.     else
  17.       InVis(25)
  18.     end if
  19.     if rollOver(16) then
  20.       onVis(26)
  21.     else
  22.       InVis(26)
  23.     end if
  24.   end if
  25.   if act = 1 then
  26.     if rollOver(37) or rollOver(38) then
  27.       cursor([901, 902])
  28.     else
  29.       cursor(-1)
  30.     end if
  31.   end if
  32.   Loopframe()
  33. end
  34.